home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
cron.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-12-18
|
166 b
|
13 lines
#!/bin/sh
set -e
if [ -x /etc/init.d/cron ]; then
if [ -x /usr/sbin/invoke-rc.d ] ; then
invoke-rc.d cron stop
else
/etc/init.d/cron stop
fi
fi